[INFO] cloning repository https://github.com/HackerJB10/SupplementP2_1_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HackerJB10/SupplementP2_1_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHackerJB10%2FSupplementP2_1_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHackerJB10%2FSupplementP2_1_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0530d07f4011a12a88bc90cf7c36b2ef9fd987a2
[INFO] fixing HackerJB10/SupplementP2_1_rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHackerJB10%2FSupplementP2_1_rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HackerJB10/SupplementP2_1_rust
[INFO] finished tweaking git repo https://github.com/HackerJB10/SupplementP2_1_rust
[INFO] tweaked toml for git repo https://github.com/HackerJB10/SupplementP2_1_rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HackerJB10/SupplementP2_1_rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HackerJB10/SupplementP2_1_rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519
[INFO] running `Command { std: "docker" "start" "be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking supplement_p2_1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0428]: the name `get_triangle_area` is defined multiple times
[INFO] [stdout]   --> src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn get_triangle_area(base: f64, height: f64 ) -> f64{
[INFO] [stdout]    | ---------------------------------------------------- previous definition of the value `get_triangle_area` here
[INFO] [stdout] ...
[INFO] [stdout] 40 | fn get_triangle_area(base: f64, height: f64 ) -> f64{
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_triangle_area` redefined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `get_triangle_area` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::btree_set::Difference` and `result`
[INFO] [stdout]   --> src/test.rs:1:11
[INFO] [stdout]    |
[INFO] [stdout]  1 | use std::{collections::btree_set::Difference, result};
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module
[INFO] [stdout]   --> src/lib.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | mod test;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |    std::f64::consts::PI * f64::powf(radius, 2)
[INFO] [stdout]    |                           ---------         ^ expected `f64`, found integer
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/num/f64.rs:356:11
[INFO] [stdout] help: use a float literal
[INFO] [stdout]    |
[INFO] [stdout] 31 |    std::f64::consts::PI * f64::powf(radius, 2.0)
[INFO] [stdout]    |                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0428.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supplement_p2_1` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0428]: the name `get_triangle_area` is defined multiple times
[INFO] [stdout]   --> src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn get_triangle_area(base: f64, height: f64 ) -> f64{
[INFO] [stdout]    | ---------------------------------------------------- previous definition of the value `get_triangle_area` here
[INFO] [stdout] ...
[INFO] [stdout] 40 | fn get_triangle_area(base: f64, height: f64 ) -> f64{
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `get_triangle_area` redefined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `get_triangle_area` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::btree_set::Difference` and `result`
[INFO] [stdout]  --> src/test.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::btree_set::Difference, result};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |    std::f64::consts::PI * f64::powf(radius, 2)
[INFO] [stdout]    |                           ---------         ^ expected `f64`, found integer
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/num/f64.rs:356:11
[INFO] [stdout] help: use a float literal
[INFO] [stdout]    |
[INFO] [stdout] 31 |    std::f64::consts::PI * f64::powf(radius, 2.0)
[INFO] [stdout]    |                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0428.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supplement_p2_1` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519", kill_on_drop: false }`
[INFO] [stdout] be758c6ecbaa0c7c8fc31416b641a5478ef085cf0325edf1958171fb11cf8519
